<a href="#" class="thumbnail"><img data-src="holder.js/100%x180" alt="100%x180 Holder Image" /></a>
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/plugins/holder/holder.js?v=v1.2.3"></script>
<!-- Thumbnail --> <div class="thumbnail widget-thumbnail"> <img data-src="holder.js/100%x200" alt="100%x200 Image Holder" /> <div class="caption"> <h4>Thumbnail heading</h4> <p>Cras justo odio, dapibus ac facidivsis in, egestas eget quam. Donec id edivt non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id edivt.</p> <a href="#" class="btn btn-primary">Action</a> <a href="#" class="btn btn-inverse">Action</a> </div> </div> <!-- // Thumbnail END -->
@import "assets/components/modules/admin/ui/buttons/assets/buttons.less";
<head>
section of your HTML document, before any JavaScript files: <link type="stylesheet/less" href="styles.less" />
NOTE All the styles from the CORE package also need to be imported in this file, before the component imports.
BODY You should include the following scripts at the end of the HTML document, right before the closing </body>
tag.
<script src="assets/components/plugins/holder/holder.js?v=v1.2.3"></script>